NetworkAsyncCallback

public interface NetworkAsyncCallback<P, R extends AsyncCallbackAction> implements NetworkCallback, AsyncCallback<P, R>

A common interface for all asynchronous network service callbacks must extend.

Inheritors

Functions

Link copied to clipboard
public abstract void on(P params, R tell)
Invoked when the callback needs a response for the given callback parameters.